Welcome![Sign In][Sign Up]
Location:
Search - hash table

Search list

[Crack Hackpaixu

Description: hash表的使用,使用hash函数并包含解决冲突的方法-the use of hash table, use the hash function and includes a solution to the conflict
Platform: | Size: 2048 | Author: chenyuehong | Hits:

[Otherhash

Description: 线性探测再散列,解决哈希表冲突问题,仅供参考。-Linear detection of re-hash, hash table to resolve the conflict, for informational purposes only.
Platform: | Size: 1024 | Author: 刘飞 | Hits:

[JSP/Javajava3

Description: 创建一个包装学生信息的java类:包括name,number, age,height,创建该对象的数组用于表示n个学生的信息,并具备显示所有学生信息,查找某个学生的功能。(有输入流,输入数据,使用hash表存储数据) 包含相关代码和运行结果-Create a package of java category of student information: including name, number, age, height, create the object array used to represent n student information and have the capacity to display information for all students to find a student function. (With input flow, input data, the use of hash table to store data) contains the relevant code and operating results
Platform: | Size: 13312 | Author: zhou | Hits:

[Crack Hackhash

Description: (1)为班级学生花名册建立开桶或闭桶散列表。 (2)友好性:界面要友好,输入有提示,尽量展示人性化。 (3)可读性:源程序代码清晰、有层次。 (4)健壮性:对输入的数据有纠错处理。-(1) class roster for the establishment of open or closed barrels barrels hash table. (2) friendly: the interface should be friendly, to bring in people with tips, try to show humanity. (3) readability: source code clear, there are levels. (4) robustness: the input data are error-correcting processing.
Platform: | Size: 6144 | Author: yangyang | Hits:

[Data structshash_functions_src

Description: 散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the corresponding array index number, because each element in the hash table the probability of access to different, so should choose a different hash function in order to improve the efficiency of search procedures.
Platform: | Size: 80896 | Author: wuzh | Hits:

[Data structsHash

Description: 一个哈希表 大家可以看看,参考下还是可以的啊-A hash table
Platform: | Size: 2048 | Author: 徐绗 | Hits:

[Data structsdata_structure

Description: 数据结构中最经常用到的,包括链表、双链表、二叉树、平衡二叉树、哈希表等-Data structure the most frequently used, including the list, double linked lists, binary tree, balanced binary tree, hash table, etc.
Platform: | Size: 16384 | Author: 金灵 | Hits:

[Windows DevelopHash

Description: 用MFC实现的Hash表,创建一个Hash函数,根据此函数把数对应存放在内存中!若有碰撞,则存在下个位子! -MFC achieved using Hash Table to create a Hash function, based on this function corresponds to the number stored in memory! If collision, then there is the next seat!
Platform: | Size: 1879040 | Author: 胡胜先 | Hits:

[Windows Develophash

Description: 针对某个集体中的人名设计一个哈希表,使得平均查找长度不超过R 假设待填入哈希表的人名有30个,平均查找长度为2。 哈希表用除留余数法构造,用伪随机探测在散列法处理冲突。 -For a group of names to design a hash table, making the average length of no more than R to find the assumption that hash table to be populated with the names of 30, the average search length is 2. Hash table with the exception of law to stay more than a few structures, pseudo-random detection by law to deal with conflict in the hash.
Platform: | Size: 47104 | Author: baby无齿 | Hits:

[Software EngineeringHash_Table

Description: 数据结构与程序设计的经典的类模版:哈希表-Data structure and procedures of the type of classic design template: hash table
Platform: | Size: 228352 | Author: 张祖琼 | Hits:

[OtherHash

Description: 建立通讯录然后通过哈希表实现查找功能等,并且能解决冲突问题等-The establishment of contacts to achieve and then look through the hash table functions, and to resolve the conflict, such as
Platform: | Size: 2048 | Author: 晓曦 | Hits:

[OtherLinuxKernelHashTableBehaviorAnalysisandImprovemen

Description: Linux Kernel Hash Table Behavior Analysis and Improvements
Platform: | Size: 86016 | Author: 刘小小 | Hits:

[Windows Develophash

Description: 对人名建立哈希表,并且进行查询,包括输入人名,查找是否成功等信息。-this is the example of hash table.it prove the hash saves room.
Platform: | Size: 1419264 | Author: 哈哈哈 | Hits:

[OtherHash

Description: 基于C语言编写的哈希表算法的实现代码,可以很好的理解哈希表及其时间复杂度的度量。-Based on the C language implementation of the hash table algorithm code, a good understanding of the hash table and its time complexity measure.
Platform: | Size: 61440 | Author: 王志刚 | Hits:

[Data structsS15HashTable

Description: Collision list Hash table
Platform: | Size: 1024 | Author: Evelyn Farias | Hits:

[Data structsblizzard_hash

Description: 这是传说中异常强悍的暴雪公司研究的哈希算法,采用三个哈希表来防止冲突,代码简练自成一体,无论是思想还是代码风格都非常值得大家学习!-This is the legendary Blizzard of abnormal powerful study of the hash algorithm, using three hash table to prevent conflict, the code concise self-contained, whether it is coding style ideas that are very worthy of them to learn!
Platform: | Size: 1024 | Author: Harry | Hits:

[Other Databaseshash

Description: Simple Hash Table using linked lists
Platform: | Size: 13312 | Author: yrnunez | Hits:

[Data structshash

Description: 哈希表链地址法的实现,用链地址法处理冲突-hash table
Platform: | Size: 1024 | Author: 何娜 | Hits:

[Data structsHash

Description: 1. 本程序是针对“人名”设计的哈希表。 2. 程序中人名为汉语拼音形式,共30个人名,取平均查找长度的上限为2.哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 3. 本程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入程序中规定的运算命令;相应的输入数据(滤去输入中的非法字符)和运算结果显示在其后。4.本程序是清华严蔚敏配套哈希表程序-1. This program is for " names" design of the hash table. 2. Program human form, called pinyin, a total of 30 names, taking the average search length of the upper limit of 2. Hash function to remain with the addition of more than a few law structure, with the pseudo-random hashing method to detect and then deal with conflict. 3. The procedure for the user and the computer implementation of dialogue, that is displayed on the computer terminal, " tips" after the keyboard input by the user specified in the computing process orders the corresponding input data (filtered input of illegal characters ) and the results showed that in a subsequent operation. 4. This procedure is Tsinghua Yan Wei-min matching hash table program
Platform: | Size: 7168 | Author: lt | Hits:

[CSharpHash

Description: 假设哈希函数是完美的,即可以把输入数据均匀的分散在哈希表上。 哈希表大小为H,插入数据数量为K,求哈希表的冲突率,要推导过程。 具体一下:假设有20W待插入数据,Hash表大小为60W,求hash表的冲突率。-Suppose the hash function is perfect, that is, input data can be uniformly dispersed in the hash table. Hash table size H, insert the data quantity K, the rate of conflict in order to hash table should be derivation. Specifically this: assuming that there is 20W data to be inserted, Hash table size is 60W, the conflict in order to hash table rates.
Platform: | Size: 158720 | Author: | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 39 »

CodeBus www.codebus.net